Edit Task: AllowResourceChangesDuration
Description
The AllowResourceChangesDuration attribute under EditTask determines whether the same resource possibility must be used amongst all of its assignments. This only applies to tasks that allow multiple segments.
Parameters
Parameter | Description |
---|---|
AllowResourceChangesDuration | A Boolean value. If the parameter value is true then the task may have different resource possibilities assigned to different assignments, else the same resource possibility must be used amongst all of the task's assignments. |
Examples
For a task with multiple segments, do not allow any resource changes.
PATCH api/task/MultiSegmentTask1
Body:
{
"AllowResourceChangesDuration" : "FALSE"
}